Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit f36018632f35a75cb2bfd7830c890f35c330bef9


Parents : 81f65e3
Author : Mark Qvist <mark@unsigned.io>
Date : 2023-08-15T11:25:46+02:00

Updated install section

Changes

1 files changed, 8 insertions(+), 1 deletions(-)

M README.md +8 -1

Diff

diff --git a/README.md b/README.md
index 170e859..165090d 100755
--- a/README.md
+++ b/README.md
@@ -42,7 +42,14 @@ nomadnet --daemon
nomadnet --help
```
-If you are using an operating system that blocks normal user package installation via `pip`, you can use the `pipx` tool to install Nomad Network instead:
+If you are using an operating system that blocks normal user package installation via `pip`, you can return `pip` to normal behaviour by adding editing the `~/.config/pip/pip.conf` file, and adding the following directive in the `[global]` section:
+
+```text
+[global]
+break-system-packages = true
+```
+
+Alternatively, you can use the `pipx` tool to install Nomad Network in an isolated environment:
```bash
# Install Nomad Network


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────